Fix Partition Manager dependency#682
Merged
Merged
Conversation
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Nov 27, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
This was referenced Nov 27, 2025
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 2, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 8, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 9, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 10, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jan 5, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
779e1a3 to
6931550
Compare
Contributor
Author
|
rebased |
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jan 5, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jan 15, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
5fad922 to
68d7a65
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Feb 9, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
68d7a65 to
a35d34b
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Feb 12, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
a35d34b to
e22e39e
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Feb 18, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
e22e39e to
b49d6cf
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 10, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
b49d6cf to
8a351d3
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 15, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
- There should not be dependency to the Partition Manager if it is
not enabled.
- Fix wrongly referring to partitions as alises
- To properly resolve `@{ZEPHYR_NRF_MODULE_DIR}` we need to use
string(CONFIGURE ...) on it.
- Add Kconfig to set the proper CHIP_APP_ZAP_DIR if the
custom location of the zap-generated files is used.
- Fix Factory Data to put files in the correct place and run
with the correct configuration
Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
Co-authored-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
8a351d3 to
491735d
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 16, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
kkasperczyk-no
approved these changes
Apr 27, 2026
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Apr 27, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-connectedhomeip#682 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing
In NCS